object dlgUninstall: TdlgUninstall Left = 309 Top = 118 BorderIcons = [] BorderStyle = bsDialog Caption = 'InVircible Uninstall' ClientHeight = 105 ClientWidth = 337 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object grpLabels: TGroupBox Left = 8 Top = 8 Width = 321 Height = 89 TabOrder = 0 object lblDelete: TLabel Left = 8 Top = 16 Width = 193 Height = 13 Caption = 'Removing installed files and directories.' end object lblRegistry: TLabel Left = 8 Top = 40 Width = 193 Height = 13 Caption = 'Removing created registry keys.' end object lblPFolder: TLabel Left = 8 Top = 64 Width = 305 Height = 17 AutoSize = False Caption = 'Removing created Program Folder/Start Menu items.' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end end object DdeProgman: TDdeClientConv DdeService = 'progman' DdeTopic = 'progman' Left = 288 Top = 24 LinkInfo = ( 'Service progman' 'Topic progman') end object Timer: TTimer Interval = 750 OnTimer = TimerTimer Left = 256 Top = 24 end end